type net/http.http2PriorityFrame

4 uses

	net/http (current package)
		h2_bundle.go#L2744: type http2PriorityFrame struct {
		h2_bundle.go#L2804: 	return &http2PriorityFrame{
		h2_bundle.go#L5606: 	case *http2PriorityFrame:
		h2_bundle.go#L6172: func (sc *http2serverConn) processPriority(f *http2PriorityFrame) error {